IAsyncActionWithProgress<TProgress> Interface
Represents an asynchronous action that includes progress updates.
public interface IAsyncActionWithProgress<> : IAsyncInfo
'Declaration
Public Interface IAsyncActionWithProgress(Of )
Inherits IAsyncInfo
- TProgress
- The type of the progress data.